Commit 9cbfdb04 by 墨竹

refactor:sql取一条

parent d21398a4
......@@ -144,7 +144,7 @@
where
status_flag = 1
and enterprise_id = #{enterpriseId}
and clerk_code = #{clerkCode}
and clerk_code = #{clerkCode} order by create_time desc limit 1
</select>
<update id="delByStoreIdAndCode">
......
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