提交 de40d38b authored 作者: inroi's avatar inroi

微调

上级 8bd1fa35
......@@ -62,7 +62,7 @@ public class IMallSyncServiceImpl implements IMallSyncService {
Map<String, Object> map = new HashMap<>();
String customSql = config.get("customSql");
if (!StringUtil.isNotBlank(customSql)) {
if (StringUtil.isNotBlank(customSql)) {
//TODO SQL查询
} else {
Map<String, Object> where = new HashMap<>(3);
......
......@@ -61,7 +61,7 @@ public class SynchronizationServiceImpl implements ISynchronizationService {
@Transactional(rollbackFor = Exception.class)
public void synchronization(List<Integer> request) {
System.out.println(JsonUtil.toString(request));
System.out.println("----->" + JsonUtil.toString(request));
List<Map<String, Object>> tempList = mallCommonApi.getSynchronizationRecords(request);
if (!CollectionUtils.isEmpty(tempList)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论