Commit 68d63a7c authored by jay's avatar jay

自动拉取营销活动修改

parent 8144a807
......@@ -1058,8 +1058,8 @@ public class StaffDuty implements IStaffDuty {
try {
String city = "nj";
Map<String, Object> queryMap = new HashMap<>(5);
queryMap.put("onduty", 0);
queryMap.put("order", 1);
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