| | |
| | | && this.boxType1.equals(orderDetl.getBoxType1()) |
| | | && this.boxType2.equals(orderDetl.getBoxType2()) |
| | | && this.boxType3.equals(orderDetl.getBoxType3()) |
| | | && this.cstateid.equals(orderDetl.getCstateid()) |
| | | ); |
| | | } |
| | | |
| | |
| | | && this.boxType1.equals(orderDetl.getBoxType1()) |
| | | && this.boxType2.equals(orderDetl.getBoxType2()) |
| | | && this.boxType3.equals(orderDetl.getBoxType3()) |
| | | && this.cstateid.equals(orderDetl.getCstateid()) |
| | | ); |
| | | } |
| | | |
| | |
| | | return String.valueOf(this.cstateid); |
| | | } |
| | | |
| | | public String getCstateidVcode() { |
| | | 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.getVcode()); |
| | | } |
| | | return String.valueOf(this.cstateid); |
| | | } |
| | | |
| | | public void sync(Object source) { |
| | | Synchro.Copy(source, this); |
| | | } |