Browse Source

增加审核人、审核时间

guq 7 years ago
parent
commit
fafea9f545

+ 6 - 0
applications/purchase/purchase-server/src/main/resources/mapper/PurchaseMapper.xml

@@ -356,6 +356,12 @@
       <if test="pu_shipaddresscode != null" >
       <if test="pu_shipaddresscode != null" >
         PU_SHIPADDRESSCODE = #{pu_shipaddresscode,jdbcType=LONGVARCHAR},
         PU_SHIPADDRESSCODE = #{pu_shipaddresscode,jdbcType=LONGVARCHAR},
       </if>
       </if>
+      <if test="pu_auditman != null" >
+        pu_auditman = #{pu_auditman,jdbcType=VARCHAR},
+      </if>
+      <if test="pu_auditdate != null" >
+        pu_auditdate = #{pu_auditdate,jdbcType=TIMESTAMP},
+      </if>
     </set>
     </set>
     where pu_id = #{id,jdbcType=INTEGER}
     where pu_id = #{id,jdbcType=INTEGER}
   </update>
   </update>