添加往来单位查询

dev
黄泽腾 2 years ago
parent d53659b272
commit d43833aad2

@ -11,7 +11,10 @@ import java.util.List;
*/
@Data
public class FilterOrderDetailResultRequest extends ListPageRequest {
/**
* ID
*/
private String supId;
/**
*
*/

@ -36,6 +36,9 @@
<if test="orderIdFk != null and orderIdFk != ''">
AND a2.orderIdFk = #{orderIdFk}
</if>
<if test="supId != null and supId != ''">
AND a2.supId = #{supId}
</if>
<if test="nameCode != null and nameCode != ''">
AND a2.nameCode = #{nameCode}
</if>

Loading…
Cancel
Save