Merge remote-tracking branch 'origin/dev_New' into dev_New
| | |
| | | */ |
| | | @RestController |
| | | @Api(tags = "计量器具台账记录") |
| | | @RequestMapping("/measuringInstrumentLedgerRecord") |
| | | @RequestMapping("Record") |
| | | public class MeasuringInstrumentLedgerRecordController extends BaseController { |
| | | |
| | | @Autowired |
| | |
| | | <if test="c.standardName != null and c.standardName != '' "> |
| | | AND standard_name like concat('%',#{c.standardName},'%') |
| | | </if> |
| | | <if test="c.state != null and c.state != '' "> |
| | | <if test="c.state != null "> |
| | | AND state =#{c.state} |
| | | </if> |
| | | <if test="c.inspectType != null and c.inspectType != '' "> |
| | | <if test="c.inspectType != null "> |
| | | AND inspect_type =#{c.inspectType} |
| | | </if> |
| | | </select> |