| | |
| | | private String punishresult; |
| | | private String punisnum; |
| | | private String jurisdiction; |
| | | private String penalty; |
| | | /** |
| | | * 处罚日期 |
| | | */ |
| | |
| | | <result column="jurisdiction" property="jurisdiction"/> |
| | | <result column="enterpriseName" property="enterpriseName"/> |
| | | <result column="jurname" property="jurname"/> |
| | | <result column="penalty" property="penalty"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | p.punishreason, |
| | | p.punishresult, |
| | | p.punishtime, |
| | | p.punisnum |
| | | p.punisnum, |
| | | p.penalty |
| | | FROM sys_punish p |
| | | LEFT JOIN sys_information i ON i.departmentid = p.deptid |
| | | LEFT JOIN sys_jurisdiction j ON j.id = p.jurisdiction |
| | |
| | | private static final long serialVersionUID = 1L; |
| | | private String enterpriseName; |
| | | private String jurname; |
| | | private String penalty; |
| | | |
| | | } |