Browse Source

feat:更新采购sql

master
李壮壮 1 year ago
parent
commit
0a5f122335
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/infra/mapper/PurchaseOrderDetailMapper.xml

+ 6
- 0
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/infra/mapper/PurchaseOrderDetailMapper.xml View File

@ -69,6 +69,12 @@
<if test="item.tabStatus != null and '' != item.tabStatus">
tab_status = #{item.tabStatus},
</if>
<if test="item.abnormalTabStatus != null and '' != item.abnormalTabStatus">
abnormal_tab_status = #{item.abnormalTabStatus},
</if>
<if test="item.replyTabStatus != null and '' != item.replyTabStatus">
reply_tab_status = #{item.replyTabStatus},
</if>
<if test="item.taskType != null and '' != item.taskType">
task_type = #{item.taskType},
</if>


Loading…
Cancel
Save