港湾fix
This commit is contained in:
parent
4b89ece56d
commit
02f8da3a81
|
|
@ -27,7 +27,6 @@ public class PltxInitEmployeeParam {
|
|||
/**
|
||||
* 调薪层级审批人
|
||||
*/
|
||||
@DataCheck(require = true, message = "请输入调薪层级审批人")
|
||||
Integer spr;
|
||||
|
||||
// 生效日期
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
// 获取明细数据
|
||||
|
|
|
|||
Loading…
Reference in New Issue