|
|
|
@ -763,7 +763,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
log.error("预约查询签收信息错误"); |
|
|
|
|
return R.fail("请联系管理员!!!"); |
|
|
|
|
} |
|
|
|
|
if (signforEntity.getReceivedQuantity() <= 0) { |
|
|
|
|
if ((signforEntity.getReceivedQuantity()+signforEntity.getReceivedinQuantity()) <= 0) { |
|
|
|
|
log.error("signforack############未进行签收上传图片"); |
|
|
|
|
return R.fail("无签收数据"); |
|
|
|
|
} |
|
|
|
@ -2522,7 +2522,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
log.error("预约查询签收信息错误"); |
|
|
|
|
return R.fail("请联系管理员!!!"); |
|
|
|
|
} |
|
|
|
|
if (signforEntity.getReceivedQuantity() <= 0) { |
|
|
|
|
if ((signforEntity.getReceivedQuantity() + signforEntity.getReceivedinQuantity()) <= 0) { |
|
|
|
|
log.error("signforack############未进行签收上传图片"); |
|
|
|
|
return Resp.scanFail(12000, "请先进行签收扫描后上传图片", "请先进行签收扫描后上传图片", null); |
|
|
|
|
} |
|
|
|
|