md
This commit is contained in:
parent
1152f0534c
commit
de36958ff1
@ -2147,12 +2147,12 @@ public class EmisBaseService {
|
||||
// 重新计算信用额度 173,170,151
|
||||
Integer typeId = emisProblemType.getId();
|
||||
if(typeId == 173 || typeId == 170 || typeId == 151) {
|
||||
try {
|
||||
// try {
|
||||
// reCalcUseQuotaCredit(oldEmisWaybill, null);
|
||||
} catch (EmisBizError emisBizError) {
|
||||
log.error("问题件信用额度计算失败");
|
||||
emisBizError.printStackTrace();
|
||||
}
|
||||
// } catch (EmisBizError emisBizError) {
|
||||
// log.error("问题件信用额度计算失败");
|
||||
// emisBizError.printStackTrace();
|
||||
// }
|
||||
}
|
||||
|
||||
// 判断是否需要发问题件短信
|
||||
|
||||
Loading…
Reference in New Issue
Block a user