|
|
@@ -16,7 +16,7 @@ import java.util.List;
|
|
16
|
16
|
*/
|
|
17
|
17
|
public interface GrainConditionRecordMapper extends BaseMapper<GrainConditionRecord> {
|
|
18
|
18
|
|
|
19
|
|
- List<GrainConditionRecord> getByCheckPersonAndCheckTime(Integer houseId,Integer depotId);
|
|
|
19
|
+ List<GrainConditionRecord> getByCheckPersonAndCheckTime(@Param("houseId") Integer houseId,@Param("depotId") Integer depotId);
|
|
20
|
20
|
// List<GrainConditionRecord> getByPersonAndTime();
|
|
21
|
21
|
int getSelectRecordId();
|
|
22
|
22
|
}
|