|
|
@@ -536,7 +536,7 @@ update ProdInOut SET
|
|
|
</update>
|
|
|
|
|
|
<select id="getWareHouseByCode" resultType="java.util.HashMap">
|
|
|
- select pr_whid,pr_whcode,pr_whname from product where pr_code=#{code} and companyid=#{companyId} and pr_statuscode='OPEN'
|
|
|
+ select pr_whid,pr_whcode,pr_whname from product where pr_code=#{code} and companyid=#{companyId} and pr_statuscode='ENABLE'
|
|
|
</select>
|
|
|
<update id="updateCreator">
|
|
|
update ProdInOut set creatorId = #{userId} , createTime=now(), creatorName=#{userName} where pi_id=#{id}
|