update
This commit is contained in:
parent
b506c72b45
commit
826b63a01e
|
|
@ -316,7 +316,7 @@ public class CacheController extends BladeController {
|
|||
String table = "TFW_MENU";
|
||||
String pid = "";
|
||||
List<Map> record = Db.selectList("select PID from TFW_ROLE where id in (" + roleId + ")");
|
||||
for (Map<String, Object> p : record) {
|
||||
for (Map p : record) {
|
||||
if (!Func.isEmpty(p.get("PID"))) {
|
||||
pid += p.get("PID").toString() + ",";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user