港湾fix

This commit is contained in:
Harryxzy 2023-12-22 15:44:28 +08:00
parent 4b89ece56d
commit 02f8da3a81
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ public class PltxInitEmployeeParam {
/**
* 调薪层级审批人
*/
@DataCheck(require = true, message = "请输入调薪层级审批人")
Integer spr;
// 生效日期

View File

@ -1493,7 +1493,7 @@ public class SalaryAcctExcelServiceImpl extends Service implements SalaryAcctExc
if (StringUtils.isBlank(param.getSxrq())) {
throw new SalaryRunTimeException("生效日期不能为空");
}
rs.execute("select id from uf_txjlgljmb where nd='"+ param.getSxrq().substring(0,5) + "'");
rs.execute("select id from uf_txjlgljmb where nd='"+ param.getSxrq()+ "'");
rs.next();
int mainId = rs.getInt("id");
// 获取明细数据