Explorar o código

付款管理增加查询条件

ZhangWenQiang %!s(int64=5) %!d(string=hai) anos
pai
achega
300377e402

+ 3 - 0
happy-boot-module-powerjob/src/main/java/org/jeecg/modules/hlgpayment/mapper/xml/HlgPaymentMapper.xml

@@ -55,6 +55,9 @@
 			<if test="hlgPayment.companyName != null and hlgPayment.companyName !=''">
 				and com.company_name LIKE concat('%',#{hlgPayment.companyName},'%')
 			</if>
+			<if test="hlgPayment.status != null ">
+				and a.status = #{hlgPayment.status}
+			</if>
         </where>
 		ORDER BY a.update_time DESC,a.id ASC
     </select>