wangzhuo 1 year ago
parent
commit
22ac3fc4dc

+ 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}