|
@@ -30,11 +30,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="tag" column="tag" />
|
|
|
<result property="yqxkzh" column="yqxkzh" />
|
|
|
<result property="xpxp" column="xpxp" />
|
|
|
+ <result property="addStatus" column="add_status" />
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectTInvoiceWorkcontentVo">
|
|
|
select d.id, d.del_flag, d.creater_code, d.createdate, d.updater_code, d.updatedate, d.work_type, d.risk_level, d.work_description, d.work_people_number, d.hpjb, d.estimate_worktime, d.bookingticket_id, d.dept_id ,
|
|
|
- d.whgzxkzh,d.dhzyxkzh,d.xzkjxkzh,d.mbzyxkzh,d.gczyxkzh,d.gczyjb,d.reservation_number,d.tag,d.yqxkzh,d.xpxp,s.dept_name from t_invoice_workcontent d
|
|
|
+ d.whgzxkzh,d.dhzyxkzh,d.xzkjxkzh,d.mbzyxkzh,d.gczyxkzh,d.gczyjb,d.reservation_number,d.tag,d.yqxkzh,d.xpxp,d.add_status, s.dept_name from t_invoice_workcontent d
|
|
|
left join sys_dept s on s.dept_id = d.dept_id
|
|
|
</sql>
|
|
|
|
|
@@ -180,6 +181,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="tag != null">tag = #{tag},</if>
|
|
|
<if test="yqxkzh != null">yqxkzh = #{yqxkzh},</if>
|
|
|
<if test="xpxp != null">xpxp = #{xpxp},</if>
|
|
|
+ <if test="addStatus != null">add_status = #{addStatus},</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|
|
|
</update>
|