|
|
@@ -122,6 +122,12 @@
|
|
|
<if test="kdzlCallStatus != null and kdzlCallStatus != ''">
|
|
|
and kdzl_call_status = #{kdzlCallStatus}
|
|
|
</if>
|
|
|
+ <if test="jhmOrderCode != null and jhmOrderCode != ''">
|
|
|
+ and jhm_order_code = #{jhmOrderCode}
|
|
|
+ </if>
|
|
|
+ <if test="jhmCourierNumber != null and jhmCourierNumber != ''">
|
|
|
+ and jhm_courier_number = #{jhmCourierNumber}
|
|
|
+ </if>
|
|
|
<if test="processStatus != null">
|
|
|
and process_status = #{processStatus}
|
|
|
</if>
|