Commit c3bb601e authored by tianyiming's avatar tianyiming

一码通总览数据更新问题

parent 6e59efbb
......@@ -159,13 +159,11 @@
USE_UNIT_CREDIT_CODE is NOT NULL
AND USE_UNIT_CREDIT_CODE <![CDATA[ <> ]]> ''
AND (lengthb(USE_UNIT_CREDIT_CODE)= 15 or lengthb(USE_UNIT_CREDIT_CODE)= 18)
GROUP BY use_code
ORDER BY use_code
<where>
<if test="unitCode !=null and unitCode != ''">
USE_UNIT_CREDIT_CODE = #{unitCode}
and USE_UNIT_CREDIT_CODE = #{unitCode}
</if>
</where>
GROUP BY use_code
ORDER BY use_code
</select>
<select id="getCategoryData" resultType="java.util.Map">
......
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