| | |
| | | <if test="configId !=null and configId != ''"> |
| | | and t.config_id= #{configId} |
| | | </if> |
| | | <if test='hasOweFee !=null and hasOweFee == "Y"'> |
| | | and t.amount_owed > 0 |
| | | </if> |
| | | <if test="configIds !=null"> |
| | | and t.config_id in |
| | | <foreach collection="configIds" item="item" index="index" open="(" close=")" separator=","> |
| | |
| | | <if test="configId !=null and configId != ''"> |
| | | and t.config_id= #{configId} |
| | | </if> |
| | | <if test='hasOweFee !=null and hasOweFee == "Y"'> |
| | | and t.amount_owed > 0 |
| | | </if> |
| | | <if test="configIds !=null"> |
| | | and t.config_id in |
| | | <foreach collection="configIds" item="item" index="index" open="(" close=")" separator=","> |
| | |
| | | <if test="configId !=null and configId != ''"> |
| | | and t.config_id= #{configId} |
| | | </if> |
| | | <if test='hasOweFee !=null and hasOweFee == "Y"'> |
| | | and t.amount_owed > 0 |
| | | </if> |
| | | <if test="configIds !=null"> |
| | | and t.config_id in |
| | | <foreach collection="configIds" item="item" index="index" open="(" close=")" separator=","> |