|
@@ -1472,8 +1472,8 @@
|
|
<if test="query.subType != null and query.subType != ''">
|
|
<if test="query.subType != null and query.subType != ''">
|
|
AND p.sub_type= #{query.subType}
|
|
AND p.sub_type= #{query.subType}
|
|
</if>
|
|
</if>
|
|
- <if test="query.subjectLocation != null and query.subjectLocation != ''">
|
|
|
|
- AND p.sub_location = #{query.subjectLocation}
|
|
|
|
|
|
+ <if test="query.subjectLocation != null">
|
|
|
|
+ AND p.sub_location = #{query.subjectLocation.type}
|
|
</if>
|
|
</if>
|
|
<if test="query.invoiceCategory != null">
|
|
<if test="query.invoiceCategory != null">
|
|
AND p.invoice_category = #{query.invoiceCategory}
|
|
AND p.invoice_category = #{query.invoiceCategory}
|