Merge branch 'refs/heads/fix-report-zzs' into test
This commit is contained in:
commit
d8d13f7dbc
@ -220,6 +220,8 @@ public class ITCOrderDetailsReportPlugin extends AbstractReportListDataPlugin {
|
||||
selectfields.add("yem_es_materialinfo.yem_sourceentryid plan_detail_source_id");
|
||||
// selectfields.add("yem_es_materialinfo.yem_ifreformg yem_ifreform");//是否改制
|
||||
selectfields.add("yem_es_materialinfo.yem_remarks yem_remark");//备注
|
||||
selectfields.add("yem_nameplatelogo.id yem_nameplatelogo");//铭牌标识
|
||||
selectfields.add("yem_nameplatetype yem_nameplatetype");//铭牌类型
|
||||
|
||||
return ORM.create().queryDataSet(algoKey, "yem_tracktaskconsole", String.join(",", selectfields), null);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user