md
This commit is contained in:
parent
2ac426ffc2
commit
88cb881155
@ -193,7 +193,7 @@ public class EmisWaybillAttachmentController extends EmisBaseController
|
||||
}
|
||||
*/
|
||||
|
||||
if(!WaybillStatus.SIGNED.statusCode.equals(waybill.getWaybillStatus()))
|
||||
if(!"1".equals(waybill.getBlSign()))
|
||||
{
|
||||
|
||||
ScanInfo scanInfo = new ScanInfo();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user