| | |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.appeTime); |
| | | } |
| | | |
| | | public String getCstateid$() { |
| | | KcztMapService service = SpringUtils.getBean(KcztMapService.class); |
| | | KcztMap kcztMap = service.selectOne(new EntityWrapper<KcztMap>().eq("cstateid", this.cstateid)); |
| | | if (!Cools.isEmpty(kcztMap)){ |
| | | return String.valueOf(kcztMap.getVname()); |
| | | } |
| | | return String.valueOf(this.cstateid); |
| | | } |
| | | // public String getCstateid$() { |
| | | // KcztMapService service = SpringUtils.getBean(KcztMapService.class); |
| | | // KcztMap kcztMap = service.selectOne(new EntityWrapper<KcztMap>().eq("cstateid", this.cstateid)); |
| | | // if (!Cools.isEmpty(kcztMap)){ |
| | | // return String.valueOf(kcztMap.getVname()); |
| | | // } |
| | | // return String.valueOf(this.cstateid); |
| | | // } |
| | | |
| | | public void sync(Object source) { |
| | | Synchro.Copy(source, this); |