|
|
|
@ -51,7 +51,7 @@ public interface OrderProcessInfoMapper { |
|
|
|
|
*/ |
|
|
|
|
OrderProcessInfo queryOrderProcessInfoByFpqqlsh(@Param("fpqqlsh") String fpqqlsh, @Param("shList") List<String> shList); |
|
|
|
|
|
|
|
|
|
List<OrderProcessInfo> queryOrderProcessInfoByBzdh(@Param("bzdh") String bzdh,String zfbz, @Param("shList")List<String> shList); |
|
|
|
|
List<OrderProcessInfo> queryOrderProcessInfoByBzdh(@Param("bzdh") String bzdh,@Param("zfbz") String zfbz, @Param("shList")List<String> shList); |
|
|
|
|
|
|
|
|
|
List<OrderProcessInfo> queryOrderProcessInfoByBzdhs(@Param("bzdhs") List<String> bzdhs, @Param("shList")List<String> shList); |
|
|
|
|
|
|
|
|
|