Commit c6fac992 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent dc9e59ae
......@@ -130,6 +130,9 @@ public class TSalaryAccountPhoneController {
@Operation(description = "获取工资明细信息")
@GetMapping("/getSalaryAccountForm")
public R<TSalarySetVo> getSalaryAccountForm(@RequestParam String id, Integer type,String openId) {
if (Common.isEmpty(id) || Common.isEmpty(openId)){
return R.failed(CommonConstants.PARAM_IS_NOT_ERROR);
}
//校验openId,openId 不对直接返回
if (!checkOpenId(openId)){
return R.failed(CommonConstants.PARAM_IS_NOT_ERROR);
......
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