bug优化
This commit is contained in:
parent
d509a8d31e
commit
557aae7778
|
|
@ -17,6 +17,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="leaseNum != null">lease_num,</if>
|
||||
<if test="startTime != null">start_time,</if>
|
||||
<if test="publishUser != null">publish_user,</if>
|
||||
<if test="publishCompany != null">publish_company,</if>
|
||||
<if test="endTime != null">end_time,</if>
|
||||
<if test="person != null">person,</if>
|
||||
<if test="personPhone != null">person_phone,</if>
|
||||
|
|
@ -36,6 +37,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="leaseNum != null ">#{leaseNum},</if>
|
||||
<if test="startTime != null">#{startTime},</if>
|
||||
<if test="publishUser != null">#{publishUser},</if>
|
||||
<if test="publishCompany != null">#{publishCompany},</if>
|
||||
<if test="endTime != null">#{endTime},</if>
|
||||
<if test="person != null">#{person},</if>
|
||||
<if test="personPhone != null">#{personPhone},</if>
|
||||
|
|
@ -274,6 +276,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
ELSE NULL
|
||||
END AS groupName,
|
||||
m.publish_user as publishUser,
|
||||
m.publish_company as publishCompany,
|
||||
b.id as areaId,
|
||||
b.name as areaName,
|
||||
su1.nick_name as orderUser,
|
||||
|
|
|
|||
Loading…
Reference in New Issue