Commit 8a49c3f6 by yukang

反写物料状态

parent 58cdc92f
...@@ -430,7 +430,7 @@ ...@@ -430,7 +430,7 @@
WHERE 1 = 1 WHERE 1 = 1
AND PARENT_ID != 'root' AND PARENT_ID != 'root'
AND `STATUS` = 0 AND `STATUS` = 0
<isNotEmpty prepend=" AND " property="parentId"> <isNotEmpty prepend=" AND " property="projCode">
PROJ_CODE = #projCode# PROJ_CODE = #projCode#
</isNotEmpty> </isNotEmpty>
</select> </select>
...@@ -439,7 +439,7 @@ ...@@ -439,7 +439,7 @@
SELECT COUNT(1) from hpjx.t_hpsc002 SELECT COUNT(1) from hpjx.t_hpsc002
WHERE 1 = 1 WHERE 1 = 1
AND PARENT_ID != 'root' AND PARENT_ID != 'root'
<isNotEmpty prepend=" AND " property="parentId"> <isNotEmpty prepend=" AND " property="projCode">
PROJ_CODE = #projCode# PROJ_CODE = #projCode#
</isNotEmpty> </isNotEmpty>
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment