Commit c0206d36 authored by fangxinjiang's avatar fangxinjiang

MVP1.1:工资条查询PC

parent 07e7d18e
......@@ -242,10 +242,10 @@ public class TSalaryAccountController {
queryWrapperSa.eq("EMP_NAME", empName);
}
if (Common.isNotNull(settleDepartNo)) {
queryWrapperSa.eq("SETTLE_DEPART_NO", settleDepartNo);
queryWrapperSa.eq("DEPT_NO", settleDepartNo);
}
if (Common.isNotNull(settleDepartName)) {
queryWrapperSa.like("SETTLE_DEPART_NAME", settleDepartName);
queryWrapperSa.like("DEPT_NAME", settleDepartName);
}
if (Common.isNotNull(settlementMonth) && settlementMonth.length() < 6) {
queryWrapperSa.like("SETTLEMENT_MONTH", settlementMonth);
......
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