|
|
@@ -66,6 +66,9 @@
|
|
|
<if test="hlgCompany.createTime_begin != null and hlgCompany.createTime_end != null ">
|
|
|
AND a.create_time BETWEEN #{hlgCompany.createTime_begin} AND #{hlgCompany.createTime_end}
|
|
|
</if>
|
|
|
+ <if test="hlgCompany.isCpOn != null">
|
|
|
+ and a.is_cp_on = #{hlgCompany.isCpOn}
|
|
|
+ </if>
|
|
|
</where>
|
|
|
ORDER BY a.update_time DESC,id asc
|
|
|
</select>
|