wangzhuo 1 年之前
父節點
當前提交
22ac3fc4dc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-system/src/main/resources/mapper/system/OrderBillsPlansMapper.xml

+ 1 - 1
ruoyi-system/src/main/resources/mapper/system/OrderBillsPlansMapper.xml

@@ -107,7 +107,7 @@
     </update>
 
     <update id="addAReviewComment">
-        update loadbills set ApplyDate = CURRENT_TIMESTAMP, auditDesc = #{audit2Desc} where SrcEntityID = #{entityId} and SrcLineNo = #{lineNo}
+        update loadbills set ApplyDate = CURRENT_TIMESTAMP, audit2Desc = #{audit2Desc} where SrcEntityID = #{entityId} and SrcLineNo = #{lineNo}
     </update>
     <update id="approvedTaskListV1">
         UPDATE wf_TaskList SET status= #{status} WHERE SYSID = '1' AND ACTID =#{actId} AND ENTITYID = #{entityId}