优化申请异常订单

This commit is contained in:
yuyang 2021-12-06 10:20:03 +08:00
parent 53dd34c3e7
commit e1368bf800
2 changed files with 2 additions and 1 deletions

View File

@ -355,6 +355,7 @@ public class XhpcRealTimeOrderServiceImpl implements IXhpcRealTimeOrderService {
String internetSerialNumber = xhpcChargeOrder.getInternetSerialNumber();
if(source==1 && internetSerialNumber!=null){
String substring = internetSerialNumber.substring(0, 9);
xhpcHistoryOrder.setInternetSerialNumber(xhpcChargeOrder.getInternetSerialNumber());
Map<String, Object> operatorIdEvcs = xhpcRealTimeOrderMapper.getOperatorIdEvcs(substring);
if(operatorIdEvcs !=null){
//未完成

View File

@ -74,7 +74,7 @@
select
count(charge_order_id)
from xhpc_charge_order
where user_id = #{userId} and status=0 and del_flag =0
where user_id = #{userId} and status=0 and del_flag =0 and source =0
</select>
<select id="getMessage" resultType="map">