checkbox控制
parent
d003e7a135
commit
5eabc87fb3
@ -0,0 +1,17 @@
|
||||
package com.engine.organization.util;
|
||||
|
||||
/**
|
||||
* @Author weaver_cl
|
||||
* @Description: TODO
|
||||
* @Date 2022/5/27
|
||||
* @Version V1.0
|
||||
**/
|
||||
public class ConfigTrans {
|
||||
|
||||
public static String getCheckBoxPopedom(String status) {
|
||||
if ("0".equals(status))
|
||||
return "true";
|
||||
else
|
||||
return "false";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue