| | |
| | | |
| | | @Service("wrkMastExecuteService") |
| | | public class WrkMastExecuteServiceImpl extends ServiceImpl<WrkMastExecuteMapper, WrkMastExecute> implements WrkMastExecuteService { |
| | | // @Override |
| | | // public boolean save(int[] excute) { |
| | | // return this.baseMapper.save(excute[0],excute[1]) > 0; |
| | | // } |
| | | |
| | | @Override |
| | | public boolean save(int[] excute) { |
| | | return this.baseMapper.save(excute[0],excute[1]) > 0; |
| | | public WrkMastExecute selectIoTypeAndWekSts(int[] excute) { |
| | | return this.baseMapper.selectIoTypeAndWekSts(excute[0],excute[1]); |
| | | } |
| | | } |