Commit e3533c1817c525d9bd8357b5b2ea4c8d1d53a90f

Authored by 潘钊
1 parent cd9df2e6

update...

src/main/java/com/bsth/data/schedule/thread/SchedulePstThread.java
@@ -152,7 +152,7 @@ public class SchedulePstThread extends Thread { @@ -152,7 +152,7 @@ public class SchedulePstThread extends Thread {
152 ps.setBoolean(40, sch.isOnline()); 152 ps.setBoolean(40, sch.isOnline());
153 ps.setString(41, sch.getAdjustExps()); 153 ps.setString(41, sch.getAdjustExps());
154 ps.setBoolean(42, sch.isReissue()); 154 ps.setBoolean(42, sch.isReissue());
155 - ps.setDouble(43, sch.getJhlcOrig()); 155 + ps.setDouble(43, sch.getJhlcOrig()==null?0:sch.getJhlcOrig());
156 ps.setInt(44, sch.getSiginCompate()); 156 ps.setInt(44, sch.getSiginCompate());
157 ps.setInt(45, sch.getDriftStatus()); 157 ps.setInt(45, sch.getDriftStatus());
158 ps.setBoolean(46, sch.isCcService()); 158 ps.setBoolean(46, sch.isCcService());