약재단가변경시에 약재단가변경 시간도 db에 등록하고자 합니다.
작성자 정보
- 삼둡 작성
- 작성일
컨텐츠 정보
- 2,958 조회
- 목록
본문
약재단가변경시에 약재단가변경 시간도 추가시키려고
http://intra.lifemaru.co.kr/rx/test_******_cybh_****.php?**=2024&*=3
erp>herb mysql
cost_date
단가 업데이트시각
modify_ok.php:          $sql="update $tablename set cost='$cost',  cost_date='$time' 
UPDATE city_popul SET city_name = '서울', population = 0 WHERE city_name = 'Seoul';
                        $cost = round($avgPrevCostPerGram);
                       $updateSql = "UPDATE herb
                               SET cost = $cost, cost_date=$time
                               WHERE herb='$herb';";
                       // $conn->query($updateSql);
                       echo "<pre> $updateSql </pre> \n <br> ";
 
관련자료
- 
			이전
- 
			다음
			댓글 0
					
			
				등록된 댓글이 없습니다.
			
					 
								 
                         
                        
                    