he2802 vor 1 Jahr
Ursprung
Commit
6d0939771a

+ 2 - 2
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeMapper.xml

@@ -181,8 +181,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <result property="doNumber" column="do_number"/>
         <result property="expendNumber" column="expend_number"/>
         <result property="expendBefore" column="expend_before"/>
-        <result property="periodPlushMsg" column="official_status_msg"/>
-        <result property="officialStatusMsg" column="period_plush_msg"/>
+        <result property="periodPlushMsg" column="period_plush_msg"/>
+        <result property="officialStatusMsg" column="official_status_msg"/>
         <result property="companyName" column="company_name"/>
         <result property="gradeName" column="class_name"/>
         <result property="endTime" column="end_time"/>