|
|
@ -14,7 +14,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
|
|
|
|
|
|
|
<where> |
|
|
|
<where> |
|
|
|
<if test="params.stnm !=null and params.stnm !=''">and s.stnm like concat('%',#{params.stnm},'%')</if> |
|
|
|
<if test="params.stnm !=null and params.stnm !=''">and s.stnm like concat('%',#{params.stnm},'%')</if> |
|
|
|
<if test="params.stcd !=null and params.stcd !=''">and c.name like concat('%',#{params.name},'%')</if> |
|
|
|
<if test="params.stcd !=null and params.stcd !=''">and c.name like concat('%',#{params.stcd},'%')</if> |
|
|
|
<if test="params.startTime != null and params.startTime !=''"> and w.tm >= #{params.startTime }</if> |
|
|
|
<if test="params.startTime != null and params.startTime !=''"> and w.tm >= #{params.startTime }</if> |
|
|
|
<if test="params.endTime != null and params.endTime !=''"> and w.tm <= #{params.endTime}</if> |
|
|
|
<if test="params.endTime != null and params.endTime !=''"> and w.tm <= #{params.endTime}</if> |
|
|
|
</where> |
|
|
|
</where> |
|
|
|