|
|
@@ -48,6 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="jsonInfo != null and jsonInfo != ''"> and json_info = #{jsonInfo}</if>
|
|
|
<if test="userConfirm != null "> and user_confirm = #{userConfirm}</if>
|
|
|
<if test="doctorConfirm != null "> and doctor_confirm = #{doctorConfirm}</if>
|
|
|
+ <if test="packageOrderCode != null "> and package_order_code = #{packageOrderCode}</if>
|
|
|
</where>
|
|
|
</select>
|
|
|
|