Commit 5fbca5f2 authored by 周健威's avatar 周健威

修改代码

parent 0de86f9e
......@@ -67,13 +67,13 @@ public class RscpStorageJsonController extends BaseController<RscpStorageJsonBiz
@RequestMapping(value = "/detail", method = RequestMethod.GET)
public ObjectRestResponse detail(RscpStorageJson rscpStorageJson) {
AssertUtils.isBlank(rscpStorageJson);
AssertUtils.isBlank(rscpStorageJson.getId());
// AssertUtils.isBlank(rscpStorageJson);
// AssertUtils.isBlank(rscpStorageJson.getId());
//判断会否存在
List<RscpStorageJson> dbList = baseBiz.selectList(new RscpStorageJson(){{
setUserId(getCurrentUserId());
setId(rscpStorageJson.getId());
// setId(rscpStorageJson.getId());
setIsDel(SYS_FALSE);
}});
......
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