md
This commit is contained in:
parent
9803b59532
commit
337b80807f
@ -216,6 +216,7 @@ public class EmisTmsCostFeeServiceImpl extends EmisBaseService implements IEmisT
|
||||
* @return
|
||||
* @throws EmisBizError
|
||||
*/
|
||||
@Async
|
||||
@Override
|
||||
@Transactional
|
||||
public int reCalcCostFeeByBillCode(String billCode) throws EmisBizError {
|
||||
@ -642,6 +643,7 @@ public class EmisTmsCostFeeServiceImpl extends EmisBaseService implements IEmisT
|
||||
* 根据成本变动批量计算运单利润
|
||||
* @throws EmisBizError
|
||||
*/
|
||||
@Async
|
||||
@Transactional
|
||||
@Override
|
||||
public void redoCalcCostFeeWaitCost() throws EmisBizError {
|
||||
@ -659,6 +661,7 @@ public class EmisTmsCostFeeServiceImpl extends EmisBaseService implements IEmisT
|
||||
log.debug("redoCalcCostFeeWaitCost===>end");
|
||||
}
|
||||
|
||||
@Async
|
||||
@Override
|
||||
public int reCalcCostFeeAll(String costNo) throws EmisBizError {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user