|
|
@@ -84,12 +84,12 @@ |
|
|
and `supplier_id` = #{supplierId} |
|
|
and `supplier_id` = #{supplierId} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != synStatus"> |
|
|
|
|
|
and `sync_status` = #{synStatus} |
|
|
|
|
|
|
|
|
<if test=" null != syncStatus"> |
|
|
|
|
|
and `sync_status` = #{syncStatus} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != lastSynStatus"> |
|
|
|
|
|
and `last_sync_status` = #{lastSynStatus} |
|
|
|
|
|
|
|
|
<if test=" null != lastSyncStatus"> |
|
|
|
|
|
and `last_sync_status` = #{lastSyncStatus} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != ids "> |
|
|
<if test=" null != ids "> |
|
|
|