Pre Merge pull request !26 from reset/feature/cl
commit
a757c41742
@ -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