|
@@ -334,7 +334,7 @@
|
|
|
and spro.trans_no_ = #{transNo}
|
|
|
</if>
|
|
|
<if test="organId != null and organId != ''">
|
|
|
- and spro.route_organ_id_ = #{organId}
|
|
|
+ and find_in_set(spro.route_organ_id_, #{organId})
|
|
|
</if>
|
|
|
<if test="auditStatus != null">
|
|
|
and spro.audit_status_ = #{auditStatus,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
@@ -363,7 +363,7 @@
|
|
|
and spro.trans_no_ = #{transNo}
|
|
|
</if>
|
|
|
<if test="organId != null and organId != ''">
|
|
|
- and spro.route_organ_id_ = #{organId}
|
|
|
+ and find_in_set(spro.route_organ_id_, #{organId})
|
|
|
</if>
|
|
|
<if test="auditStatus != null">
|
|
|
and spro.audit_status_ = #{auditStatus,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|