Commit 4285f65d by mobh Committed by chenzg

修改代码

parent a6fbb578
......@@ -71,10 +71,10 @@ public class XcglAssoJsgzzx extends Model<XcglAssoJsgzzx> {
private String gsgs;
@ApiModelProperty(value="公式变量值1 ",example="系统提供/公式变量值1")
private double dygk;
private Double dygk;
@ApiModelProperty(value="公式变量值2 ",example="系统提供/公式变量值2")
private double degk;
private Double degk;
@ApiModelProperty(value="薪资组id ",example="薪资组id")
private Integer xzzid;
......
......@@ -2078,9 +2078,9 @@ public class SalaryManagementController {
}
@GetMapping(value = "/cycle")
@GetMapping(value = "/gettaxreturncycle")
@ApiOperation(value = "查询报税周期信息", httpMethod = "GET", notes = "接口发布说明")
public Result<Object> cycle(@CurrentUser UserBean userBean) {
public Result<Object> gettaxreturncycle(@CurrentUser UserBean userBean) {
XcglAssoBszqsz bszq = XcglAssoBszqsz.builder().build().selectOne(new QueryWrapper<XcglAssoBszqsz>().lambda().eq(XcglAssoBszqsz::getQyid, userBean.getOrgCode()));
if(bszq == null) {
XcglAssoBszqsz.builder().taxReturnCycle(1).qyid(userBean.getOrgCode()).build().insert();
......
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