解决计量单位更新的bug
This commit is contained in:
@@ -18,4 +18,8 @@ public interface UnitMapperEx {
|
||||
@Param("name") String name);
|
||||
|
||||
int batchDeleteUnitByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]);
|
||||
|
||||
void updateRatioTwoById(@Param("id") Long id);
|
||||
|
||||
void updateRatioThreeById(@Param("id") Long id);
|
||||
}
|
||||
Reference in New Issue
Block a user