fex:合同在途查询条件修改

This commit is contained in:
zhangzhiqiang
2023-03-20 10:52:41 +08:00
parent 71af2168fd
commit 938c829f05

View File

@@ -556,6 +556,9 @@ public class StatisticalReportServiceImpl implements StatisticalReportService {
String material_id = map.get("material_id");
String sourceName = map.get("source_name");
String hide = map.get("hide");
if ("false".equals(hide)){
hide= "";
}
String ext_id = "";
if(StrUtil.isNotEmpty(material_id)){
JSONObject mater_jo = mater_wql.query("is_delete='0' and material_id = '" + material_id + "'").uniqueResult(0);