Commit 515e49d5 authored by hezhen's avatar hezhen

123

parent 7e11182e
......@@ -94,8 +94,8 @@
IF(e1.cata_id is NULL,0,1) as isParentSelected
</when>
<when test="cataIds != null and cataIds.size() > 0">
IF(c2.cata_id is NULL,0,1) as isSelected,
IF(c1.cata_id is NULL,0,1) as isParentSelected
IF(c2.id is NULL,0,1) as isSelected,
IF(c1.parent_id is NULL,0,1) as isParentSelected
</when>
<otherwise>
0 as isSelected,
......
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