|
@@ -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"/>
|