fix: 同步修改
This commit is contained in:
parent
f80d75969d
commit
16526e11e9
|
|
@ -28,6 +28,7 @@ public class CrmQueryGsdjxxDTO implements Serializable {
|
|||
public String toString() {
|
||||
return "{" +
|
||||
"yf:'" + yf + '\'' +
|
||||
", rq:'" + rq + '\'' +
|
||||
", xzqhDm:'" + xzqhDm + '\'' +
|
||||
'}';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,8 @@ public class CrmGsdjxxServiceImpl extends BaseServiceImpl<CrmGsdjxxMapper,CrmGsd
|
|||
|
||||
@Override
|
||||
public List<CrmQueryGsdjxxVO> queryByMonthAndXzqhDm(CrmQueryGsdjxxDTO crmQueryGsdjxxDTO) throws Exception {
|
||||
|
||||
//处理请求参数
|
||||
crmQueryGsdjxxDTO.setYf(crmQueryGsdjxxDTO.getRq().substring(0,6));
|
||||
// QueryWrapper<CrmGsdjxx> wrapper = new QueryWrapper<CrmGsdjxx>().eq("yf", crmQueryGsdjxxDTO.getYf())
|
||||
// .eq("xzqh_dm", crmQueryGsdjxxDTO.getXzqhDm());
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue