@ -49,12 +49,12 @@ public class LogUtil {
/ * *
* /
public void insertLog ( ) {
//TODO c onfig
// InsertUtil iu = new InsertUtil();
//TODO c ustom 已解决 ConnStatement
InsertUtil iu = new InsertUtil ( ) ;
String tablename = "uf_interface_log" ;
//TODO c onfig
// String modeid = iu.getModeId(tablename);
String modeid = "" ;
//TODO c ustom 已解决 ConnStatement
String modeid = iu . getModeId ( tablename ) ;
// String modeid ="";
SimpleDateFormat sdf = new SimpleDateFormat ( "yyyy-MM-dd" ) ;
SimpleDateFormat sdf1 = new SimpleDateFormat ( "HH:mm:ss" ) ;
SimpleDateFormat sdf2 = new SimpleDateFormat ( "HH:mm" ) ;
@ -87,8 +87,8 @@ public class LogUtil {
map . put ( "fhxx" , this . fhxx ) ;
//
map . put ( "tscs" , this . tscs ) ;
//TODO c onfing
// iu.insert(map, tablename);
//TODO c ustom 已解决 ConnStatement
iu . insert ( map , tablename ) ;
String billid = "" ;
RecordSet rs = I18nContextUtil . getBean ( RecordSet . class ) ;
String sql = "select max(id) as billid from " + tablename + " where modeuuid='" + uuid + "'" ;