md
This commit is contained in:
parent
170ca696ba
commit
ac3779f4f6
@ -92,7 +92,7 @@
|
||||
</select>
|
||||
|
||||
<select id="selectCustNameByCustNo" parameterType="String" resultType="string">
|
||||
select a.customer_name from emis_customer_user a where a.cust_no = #{code} limit 1
|
||||
select a.customer_name from emis_customer_user a where a.monthly_pay_code = #{code} limit 1
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user