提交 f80d0ce4 编写于 作者: Hello 码上秃's avatar Hello 码上秃

Bug修复__商机管理__商机状态搜索框不可用

上级 347c765f
......@@ -79,7 +79,7 @@ public class TbBusiness extends TbClue{
@Excel(name = "下次跟进时间", width = 30, dateFormat = "yyyy-MM-dd")
private Date nextTime;
/** 状态(已分配1 进行中2 回收3) */
/** 状态(已分配1 进行中2 回收3 完成4) */
@Excel(name = "状态(已分配1 进行中2 回收3 完成4)")
private String status;
......
......@@ -156,6 +156,7 @@
<if test="otherIntention != null and otherIntention != ''"> and b.other_intention = #{otherIntention}</if>
<if test="nextTime != null "> and b.next_time = #{nextTime}</if>
<if test="beginCreateTime != null and endCreateTime != null "> and DATE_FORMAT(b.create_time,'%Y-%m-%d') BETWEEN #{beginCreateTime} AND #{endCreateTime}</if>
<if test="status != null "> and b.status = #{status}</if>
AND (r.latest = '1' OR r.id IS NULL)
AND (r.type = '1' OR r.id IS NULL)
</where>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册