Commit a1cd6da4 by guojuxing

门店查询状态修复

parent 8e179978
......@@ -565,6 +565,6 @@
</select>
<update id="updateStoreRealStatus">
update tab_store_info set real_status=#{status} where store_info_id=#{storeInfoId} and delete_flag = 0
update tab_store_info set real_status=#{status} where store_info_id=#{storeInfoId}
</update>
</mapper>
\ No newline at end of file
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