|
|
|
@ -1575,7 +1575,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
} |
|
|
|
|
if (signforEntity.getReceivedQuantity() <= 0){ |
|
|
|
|
log.error("signforack############未进行签收上传图片"); |
|
|
|
|
return Resp.scanFail("请先进行签收扫描后上传图片","请先进行签收扫描后上传图片"); |
|
|
|
|
return Resp.scanFail(12000,"请先进行签收扫描后上传图片","请先进行签收扫描后上传图片",null); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); |
|
|
|
|