Commit f3455e63 authored by fangxinjiang's avatar fangxinjiang

MVP8号版本

parent b7ce6f4a
...@@ -639,18 +639,5 @@ public class TInsuranceDetailController { ...@@ -639,18 +639,5 @@ public class TInsuranceDetailController {
public void ekpUpdateInsuranceDept(@RequestBody ChangeDeptVo changeDeptVo) { public void ekpUpdateInsuranceDept(@RequestBody ChangeDeptVo changeDeptVo) {
tInsuranceDetailService.ekpUpdateInsuranceDept(changeDeptVo); tInsuranceDetailService.ekpUpdateInsuranceDept(changeDeptVo);
} }
/**
* 每日定时刷新商险到期数据
*
* @author licancan
* @param
* @return void
*/
@SysLog("每日定时刷新商险到期数据")
@Inner
@PostMapping("/inner/pushActualPremium")
public void pushActualPremium() {
tInsuranceDetailService.pushActualPremium();
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment