丽知:u8c推送钉钉优化
This commit is contained in:
parent
014afb4200
commit
0164edabdc
|
@ -342,6 +342,7 @@ public class PushU8CServiceImpl implements PushU8CService {
|
||||||
DingU8cBillEntity dingU8cBillEntity = new DingU8cBillEntity(parentvo.getDwbm(), parentvo.getDwbm_code(), parentvo.getBusitypecode(), parentvo.getDjbh(), parentvo.getVouchid(), "N", e.getMessage(), null,null);
|
DingU8cBillEntity dingU8cBillEntity = new DingU8cBillEntity(parentvo.getDwbm(), parentvo.getDwbm_code(), parentvo.getBusitypecode(), parentvo.getDjbh(), parentvo.getVouchid(), "N", e.getMessage(), null,null);
|
||||||
dingU8cBillEntity.setCreate_time(new Date());
|
dingU8cBillEntity.setCreate_time(new Date());
|
||||||
dingU8cBillDao.pushSaveOrUpdate(dingU8cBillEntity);
|
dingU8cBillDao.pushSaveOrUpdate(dingU8cBillEntity);
|
||||||
|
Assert.state(false,"推送钉钉失败,失败原因:{}",e.getMessage());
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
@ -398,6 +399,7 @@ public class PushU8CServiceImpl implements PushU8CService {
|
||||||
DingU8cBillEntity dingU8cBillEntity = new DingU8cBillEntity(parentvo.getDwbm(), parentvo.getDwbm_code(), parentvo.getBusitypecode(), parentvo.getDjbh(), parentvo.getVouchid(), "N", e.getMessage(), null,null);
|
DingU8cBillEntity dingU8cBillEntity = new DingU8cBillEntity(parentvo.getDwbm(), parentvo.getDwbm_code(), parentvo.getBusitypecode(), parentvo.getDjbh(), parentvo.getVouchid(), "N", e.getMessage(), null,null);
|
||||||
dingU8cBillEntity.setCreate_time(new Date());
|
dingU8cBillEntity.setCreate_time(new Date());
|
||||||
dingU8cBillDao.pushSaveOrUpdate(dingU8cBillEntity);
|
dingU8cBillDao.pushSaveOrUpdate(dingU8cBillEntity);
|
||||||
|
Assert.state(false,"推送钉钉失败,失败原因:{}",e.getMessage());
|
||||||
}
|
}
|
||||||
return instanceId;
|
return instanceId;
|
||||||
}
|
}
|
||||||
|
@ -448,6 +450,7 @@ public class PushU8CServiceImpl implements PushU8CService {
|
||||||
DingU8cBillEntity dingU8cBillEntity = new DingU8cBillEntity(parentvo.getDwbm(), parentvo.getDwbm_code(), parentvo.getBusitypecode(), parentvo.getDjbh(), parentvo.getVouchid(), "N", e.getMessage(), null,null);
|
DingU8cBillEntity dingU8cBillEntity = new DingU8cBillEntity(parentvo.getDwbm(), parentvo.getDwbm_code(), parentvo.getBusitypecode(), parentvo.getDjbh(), parentvo.getVouchid(), "N", e.getMessage(), null,null);
|
||||||
dingU8cBillEntity.setCreate_time(new Date());
|
dingU8cBillEntity.setCreate_time(new Date());
|
||||||
dingU8cBillDao.pushSaveOrUpdate(dingU8cBillEntity);
|
dingU8cBillDao.pushSaveOrUpdate(dingU8cBillEntity);
|
||||||
|
Assert.state(false,"推送钉钉失败,失败原因:{}",e.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
return instanceId;
|
return instanceId;
|
||||||
|
|
Loading…
Reference in New Issue