Commit 1a958608 by guojuxing

status改成delete_flag

parent b6cab78b
......@@ -202,7 +202,7 @@ public class QrcodeController {
JSONObject json = new JSONObject();
json.put("id", dto.getId());
json.put("name", dto.getClassifyName());
if(dto.getStatus() != null && dto.getStatus() == 1){
if(dto.getDeleteFlag() != null && dto.getDeleteFlag() == 0){
json.put("children", this.getScenesData(dto, scenes, valueResponse));
}else {
json.put("children", new JSONArray());
......
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