Commit d1e3b1da by fudahua

登录测试

parent 4838ac12
......@@ -705,7 +705,7 @@ public class StaffApiServiceImpl implements StaffApiService {
public void syncGicClerk(String fieldListString) {
// logger.info("【同步店员】fieldList={}", fieldListString);
List<SyncJsonColumnDTO> fieldList = JSONArray.parseArray(fieldListString, SyncJsonColumnDTO.class);
if (fieldList.isEmpty()) {
if (fieldList.isEmpty() || true) {
return;
}
......
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