完善分配客户的功能
This commit is contained in:
@@ -75,4 +75,11 @@
|
||||
where supplier = #{supplier} and type = #{type}
|
||||
and ifnull(delete_flag,'0') !='1'
|
||||
</select>
|
||||
|
||||
<select id="getAllCustomer" resultType="com.jsh.erp.datasource.vo.SupplierSimple">
|
||||
select id, supplier from jsh_supplier
|
||||
where type = '客户' and enabled = 1
|
||||
and ifnull(delete_flag,'0') !='1'
|
||||
order by sort asc, id desc
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user