单据上传功能代码提交

dev
郑明梁 2 years ago
parent 3e67b15a4d
commit f02fbc16c2

@ -69,4 +69,13 @@ public class FilterUdiRelRequest extends ListPageRequest {
private String tyshxydm; private String tyshxydm;
private Boolean dispatch; private Boolean dispatch;
private Boolean groupBuy; private Boolean groupBuy;
private String sfwblztlcp;
private String cgzmraqxgxx;
private String sfbjwycxsy;
private String zdcfsycs;
private String sfwwjbz;
private String syqsfxyjxmj;
private String mjfs;
private String categoryName;
} }

@ -190,5 +190,6 @@
FROM auth_warehouse_bustype a1 FROM auth_warehouse_bustype a1
INNER JOIN basic_bussiness_type b1 ON a1.action = b1.action INNER JOIN basic_bussiness_type b1 ON a1.action = b1.action
where b1.spUse=1 and a1.code = #{code} where b1.spUse=1 and a1.code = #{code}
group by b1.id
</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save