|
|
@ -5491,6 +5491,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); |
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); |
|
|
|
distributionSignfor.setSigningTime(sdf.format(date)); |
|
|
|
distributionSignfor.setSigningTime(sdf.format(date)); |
|
|
|
boolean isSuccess = this.updatePicture(distributionSignfor); |
|
|
|
boolean isSuccess = this.updatePicture(distributionSignfor); |
|
|
|
|
|
|
|
log.info(">>>> updateSign isSuccess ={}",isSuccess); |
|
|
|
if (isSuccess) { |
|
|
|
if (isSuccess) { |
|
|
|
this.updateById(distributionSignfor); |
|
|
|
this.updateById(distributionSignfor); |
|
|
|
// 创建异步队列推送老系统的的签收信息 构建请求参数
|
|
|
|
// 创建异步队列推送老系统的的签收信息 构建请求参数
|
|
|
|