Commit 22fd3125 authored by jay's avatar jay

代码整理

parent 68d63a7c
......@@ -1059,7 +1059,6 @@ public class StaffDuty implements IStaffDuty {
String city = "nj";
Map<String, Object> queryMap = new HashMap<>(5);
queryMap.put("onduty", 1);
// queryMap.put("order", 1);
List<DutyStaffEntity> list = staffMapper.queryByConditions(queryMap);
if (CollectionUtils.isNotEmpty(list)) {
DutyStaffEntity dutyStaffEntity = list.get(0);
......
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