| | |
| | | <if test="inventory.strainId !=null and inventory.strainId != '' "> |
| | | inventory.strain_id = #{inventory.strainId} AND |
| | | </if> |
| | | bdb.code = "lossReason" AND inventory.is_deleted = 0 |
| | | bdb.code = "lossReason" AND inventory.is_deleted = 0 ORDER BY inventory.create_time DESC |
| | | </select> |
| | | |
| | | </mapper> |
| | |
| | | <if test="retrieval.strainId !=null and retrieval.strainId != '' "> |
| | | retrieval.strain_id = #{retrieval.strainId} AND |
| | | </if> |
| | | is_deleted = 0 |
| | | is_deleted = 0 ORDER BY retrieval.create_time DESC |
| | | </select> |
| | | |
| | | </mapper> |
| | |
| | | <if test="sale.strainId !=null and sale.strainId != '' "> |
| | | sale.strain_id = #{sale.strainId} AND |
| | | </if> |
| | | sale.is_deleted = 0 |
| | | sale.is_deleted = 0 ORDER BY sale.create_time DESC |
| | | </select> |
| | | |
| | | |