补发货修改

This commit is contained in:
hayu 2026-02-04 10:53:41 +08:00
parent 386597d9ac
commit 60c9839099
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
</update>
<update id="updateStPlanApplyData">
update st_plan_apply
set cg_num=#{cgNum},lk_num= #{lkNum} where id = #{planId}
set ck_num=#{cgNum},lk_num= #{lkNum} where id = #{planId}
</update>