md
This commit is contained in:
parent
e49b4e960d
commit
e0dc07848c
@ -35,6 +35,7 @@ import org.apache.commons.collections.CollectionUtils;
|
||||
import org.apache.commons.collections4.ListUtils;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.scheduling.annotation.Async;
|
||||
import org.springframework.stereotype.Service;
|
||||
import com.xdadan.erp.emis.service.IEmisTmsCostFeeService;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
@ -215,6 +216,7 @@ public class EmisTmsCostFeeServiceImpl extends EmisBaseService implements IEmisT
|
||||
* @return
|
||||
* @throws EmisBizError
|
||||
*/
|
||||
@Async
|
||||
@Override
|
||||
@Transactional
|
||||
public void reCalcCostFeeByBillCode(String billCode) throws EmisBizError {
|
||||
@ -640,6 +642,7 @@ public class EmisTmsCostFeeServiceImpl extends EmisBaseService implements IEmisT
|
||||
* 根据成本变动批量计算运单利润
|
||||
* @throws EmisBizError
|
||||
*/
|
||||
@Async
|
||||
@Transactional
|
||||
@Override
|
||||
public void redoCalcCostFeeWaitCost() throws EmisBizError {
|
||||
@ -656,6 +659,8 @@ public class EmisTmsCostFeeServiceImpl extends EmisBaseService implements IEmisT
|
||||
}
|
||||
log.debug("redoCalcCostFeeWaitCost===>end");
|
||||
}
|
||||
|
||||
@Async
|
||||
@Override
|
||||
public void reCalcCostFeeAll(String costNo) throws EmisBizError {
|
||||
|
||||
@ -704,6 +709,7 @@ public class EmisTmsCostFeeServiceImpl extends EmisBaseService implements IEmisT
|
||||
* 根据运单变动批量计算运单利润
|
||||
* @throws EmisBizError
|
||||
*/
|
||||
@Async
|
||||
@Transactional
|
||||
@Override
|
||||
public void redoCalcCostFeeWaitWaybill(EmisWaybill emisWaybill) throws EmisBizError {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user