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}