|
@ -192,9 +192,7 @@ |
|
|
CONVERT ( m.CATEGORY_CODE, UNSIGNED )) AS maxFirstCategoryCode |
|
|
CONVERT ( m.CATEGORY_CODE, UNSIGNED )) AS maxFirstCategoryCode |
|
|
FROM |
|
|
FROM |
|
|
ic_resi_demand_dict m |
|
|
ic_resi_demand_dict m |
|
|
WHERE |
|
|
WHERE m.CUSTOMER_ID = #{customerId} |
|
|
m.DEL_FLAG = '0' |
|
|
|
|
|
AND m.CUSTOMER_ID = #{customerId} |
|
|
|
|
|
AND m.`LEVEL` = #{level} |
|
|
AND m.`LEVEL` = #{level} |
|
|
and m.parent_code=#{parentCode} |
|
|
and m.parent_code=#{parentCode} |
|
|
</select> |
|
|
</select> |
|
|