Commit b64c754f authored by 赵啸非's avatar 赵啸非

添加远程调试

parent f495d72e
...@@ -55,7 +55,7 @@ public class DatumCategoryController extends BaseCRUDJsonBodyMappingController<D ...@@ -55,7 +55,7 @@ public class DatumCategoryController extends BaseCRUDJsonBodyMappingController<D
for (DatumCategoryEntity entity : list) { for (DatumCategoryEntity entity : list) {
DatumCategoryQuery datumCategoryQuery = new DatumCategoryQuery(); DatumCategoryQuery datumCategoryQuery = new DatumCategoryQuery();
datumCategoryQuery.setMaterialId(entity.getMaterialId()); datumCategoryQuery.setMaterialId(entity.getMaterialId());
datumCategoryQuery.setCategoryId(entity.getCategoryId()); // datumCategoryQuery.setCategoryId(entity.getCategoryId());
DatumCategoryEntity datumCategoryEntity = this.service.selectOne(datumCategoryQuery, context); DatumCategoryEntity datumCategoryEntity = this.service.selectOne(datumCategoryQuery, context);
if(!ObjectUtils.isEmpty(datumCategoryEntity)){ if(!ObjectUtils.isEmpty(datumCategoryEntity)){
entity.setId(datumCategoryEntity.getId()); entity.setId(datumCategoryEntity.getId());
......
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