优化校时校价,修改短信统计数据
This commit is contained in:
parent
de256ebf77
commit
a90d5a8c82
@ -160,9 +160,9 @@ public class XhpcChargingPileController extends BaseController {
|
|||||||
}
|
}
|
||||||
R r = powerPileService.configTimeNRateModel(serialNumber);
|
R r = powerPileService.configTimeNRateModel(serialNumber);
|
||||||
if(r.getCode() !=200){
|
if(r.getCode() !=200){
|
||||||
return AjaxResult.error("下发校时校价失败,请重新下发");
|
return AjaxResult.error(r.getMsg());
|
||||||
}
|
}
|
||||||
return AjaxResult.success("下发校时校价成功");
|
return AjaxResult.success(r.getMsg());
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/configRmReplyMessage")
|
@GetMapping("/configRmReplyMessage")
|
||||||
|
|||||||
@ -100,7 +100,7 @@
|
|||||||
status,
|
status,
|
||||||
create_time as createTime
|
create_time as createTime
|
||||||
from xhpc_sms
|
from xhpc_sms
|
||||||
where del_flag=0
|
where del_flag=0 and content is not null
|
||||||
<if test="null!=status">
|
<if test="null!=status">
|
||||||
and status=#{status}
|
and status=#{status}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user