change:国贸订单明细

This commit is contained in:
violet 2024-09-06 19:23:43 +08:00
parent 51d8af6a7d
commit 9928b2fb86

View File

@ -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);
}