Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
683f98875c
@ -46,8 +46,8 @@ public class ZycxServiceImpl implements ZycxService {
|
||||
public List<Web_getBarcode> getSQDInfo(QuerySqdVO querySqdVO) {
|
||||
Web_getBarcode webGetBarcode = new Web_getBarcode();
|
||||
webGetBarcode.setKsdh(querySqdVO.getDept());
|
||||
webGetBarcode.setSt(DateUtil.parse(querySqdVO.getSt(),"yyyy-MM-dd HH:mm:ss"));
|
||||
webGetBarcode.setEt(DateUtil.parse(querySqdVO.getEt(),"yyyy-MM-dd HH:mm:ss"));
|
||||
webGetBarcode.setSt(DateUtil.parse(querySqdVO.getSt() + " 00:00:00","yyyy-MM-dd HH:mm:ss"));
|
||||
webGetBarcode.setEt(DateUtil.parse(querySqdVO.getEt() + " 23:59:59","yyyy-MM-dd HH:mm:ss"));
|
||||
webGetBarcode.setYljg(querySqdVO.getYljg());
|
||||
webGetBarcode.setBrly("3");
|
||||
webGetBarcode.setQueryType(querySqdVO.getQueryType());
|
||||
|
||||
@ -21,7 +21,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<where>
|
||||
<if test="sqh != null and sqh != ''"> and a.sqh = #{sqh}</if>
|
||||
<if test="zt != null and zt != ''"> and a.zt = #{zt}</if>
|
||||
<if test="ksdh != null and ksdh != ''"> and a.ksdh = #{ksdh}</if>
|
||||
<if test="ksdh != null and ksdh != ''"> and (a.ksdh = #{ksdh} or a.bz2 = #{ksdh})</if>
|
||||
<if test="brly != null and brly != ''"> and a.brly = #{brly}</if>
|
||||
<if test="yljg != null and yljg != ''"> and a.yljg = #{yljg}</if>
|
||||
<if test="st != null"><!-- 开始时间检索 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user