demand: TMS系统 - 提成管理 - 运单提成明细 - 根据单号/月份重算提成改为异步调用
committer: heyu
This commit is contained in:
parent
8c310d79a0
commit
bcac7a74d8
@ -76,9 +76,9 @@ public class EmisCommissionProfitController extends BaseController
|
||||
private EmisBaseService emisBaseService;
|
||||
|
||||
@GetMapping(value = "/reCalcByBillCode")
|
||||
public AjaxResult reCalcByBillCode(String billCode)
|
||||
{
|
||||
if(StringUtils.isEmpty(billCode)){
|
||||
@Async
|
||||
public AjaxResult reCalcByBillCode(String billCode) {
|
||||
if (StringUtils.isEmpty(billCode)) {
|
||||
return AjaxResult.error("计算失败-单号不能为空");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user