Commit f92e25a5 by 徐高华

手动激活只查未激活状态的

parent 5bfeaf6a
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
from tab_haoban_qywx_fee_order_account from tab_haoban_qywx_fee_order_account
where wx_enterprise_id = #{wxEnterpriseId} where wx_enterprise_id = #{wxEnterpriseId}
and status in (1,4) and status in (1)
</select> </select>
<update id="updateByActiveCode"> <update id="updateByActiveCode">
......
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