|
|
@@ -573,6 +573,6 @@ update ProdInOut SET
|
|
|
select pr_whid,pr_whcode,pr_whname from product where pr_code=#{code} and companyid=#{companyId} and pr_statuscode='OPEN'
|
|
|
</select>
|
|
|
<update id="updateCreator">
|
|
|
- update ProdInOut set creatorId = #{userId} , creatorName=#{userName} where pi_id=#{id}
|
|
|
+ update ProdInOut set creatorId = #{userId} , createTime=now(), creatorName=#{userName} where pi_id=#{id}
|
|
|
</update>
|
|
|
</mapper>
|