Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Given path 'srehr/SendSample'
  2.  
  3. * def config = read('classpath:utils/yntestDBConfig.json')
  4. * def DbUtils = Java.type('utils.DBUtils')
  5. * def db = new DbUtils(config)
  6.  
  7. * def foo = {getBatchIDSQL: '#("select operatetime from sr_sendreceive_sample where sampleid = " + sampleId)'}
  8. * print foo.getBatchIDSQL
  9. # * print getBatchIDSQL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement