fex:合同在途查询条件修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user