md
This commit is contained in:
parent
8708a9ba7b
commit
a01a0d4446
@ -2515,6 +2515,9 @@ public class EmisBaseService {
|
||||
EmisWaybill emisWaybill = new EmisWaybill();
|
||||
emisWaybill.setBillCode(billCode);
|
||||
emisWaybill.setWaybillStatus(waybillStatus);
|
||||
if("50".equals(waybillStatus)){
|
||||
emisWaybill.setBlSign("1");
|
||||
}
|
||||
return emisWaybillMapper.changeWaybillStatusByBillCode(emisWaybill);
|
||||
}
|
||||
|
||||
|
||||
@ -2989,6 +2989,7 @@
|
||||
update emis_waybill
|
||||
<trim prefix="SET" suffixOverrides=",">
|
||||
waybill_status=#{waybillStatus}
|
||||
<if test="blSign != null and blSign != ''">,bl_sign = #{blSign}</if>
|
||||
<if test="updateBy != null and updateBy != ''">,update_by = #{updateBy}</if>
|
||||
<if test="updateSite != null and updateSite != ''">,update_site = #{updateSite}</if>
|
||||
</trim>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user