|
@@ -15,5 +15,5 @@ import java.util.List;
|
|
|
* @since 2024-03-01
|
|
|
*/
|
|
|
public interface ApsProcessOperationDao extends BaseMapper<ApsProcessOperationDo> {
|
|
|
- updateBachmaterialprocessByIds(@Param("ids") List<String> ids,@Param("batchNum") String batchNum);
|
|
|
+ void updateBachmaterialprocessByIds(@Param("ids") List<String> ids,@Param("batchNum") String batchNum);
|
|
|
}
|