Commit 5f599645 by zhanglt

新增台账明细逻辑删除方法

parent c377137b
......@@ -211,7 +211,7 @@
<!--逻辑删除-->
<update id="deleteByLedgerInfo">
UPDATE t_wh_ledger_info SET
del_flag = #{DEL_FLAG_DELETE}
del_flag = '1'
WHERE id = #{id}
</update>
......
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